-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update build action to leverage generate artifact #129
Conversation
Only caveat is that I'm not 100% sure that it is replacing the existing files on artifact dl. |
Given: Reviewing the output of |
About running this particular workflow locally: it appears that it stalls on the powershell script. No matter what I do the CPU usage is near 0 and it appears to be doing nothing. Not even the initial printing (for the parameters) is in the console. |
Description of changes
This PR updates the build action to leverage the generate artifact. It will trigger the generate action then use the artifact output in its processing. Then upload another artifact of its own output for deployment.
Testing method
Manual action requires to be taken on the default branch. Have tested with a push trigger to validate that the artifact and contents were created.
During testing you can see the actions being validated in my fork https://github.com/relent0r/spooky-db
closes #125